Improve ralloc.c interface checking.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 16 Apr 2012 01:10:42 +0000 (18:10 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 16 Apr 2012 01:10:42 +0000 (18:10 -0700)
commite163d9a02d24fe6715ecdda2ef9fd4e334e284a2
tree9e9d1ad5aaf0e63ad90af07de430eb6529b07c3f
parentf6525c089e0bf6c55b071bc509836b2944e3a79a
Improve ralloc.c interface checking.

See http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00720.html
* buffer.c (ralloc_reset_variable, r_alloc, r_re_alloc)
(r_alloc_free) [REL_ALLOC]: Move decls from here ...
* lisp.h (r_alloc, r_alloc_free, r_re_alloc, r_alloc_reset_variable)
[REL_ALLOC]: ... to here, to check interface.
* m/ia64.h (r_alloc, r_alloc_free) [REL_ALLOC && !_MALLOC_INTERNAL]:
Remove decls.  This fixes an "It stinks!".
src/ChangeLog
src/buffer.c
src/lisp.h
src/m/ia64.h